home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
ASSEMBLER
/
MOTOASM
/
!ASM09
/
DESC
< prev
next >
Wrap
Text File
|
1994-09-09
|
2KB
|
87 lines
# This is a description of the wimp interface for asm09
tool_details_start
name "Asm09";
command_is "<asm09$Dir>.Asm09";
version "3.02";
wimpslot 128k;
has_extended_cmdline;
tool_details_end
metaoptions_start
has_auto_run;
has_auto_save on ^."s19."leafname from icn 3;
has_text_window;
has_summary_window;
# display_dft_is text;
metaoptions_end
fileoutput_start
output_option_is "-o";
output_dft_is produces_output;
fileoutput_end
dbox_start
icons_start
icn 3 maps_to string not_saved;
icn 6 maps_to "-list";
icn 7 maps_to "-x";
icn 8 maps_to "-sym";
icn 9 maps_to "-cyc";
icn 10 maps_to "-cpp";
icn 11 maps_to "-split";
icons_end
defaults
icn 3 "",
icn 6 on,
icn 7 off,
icn 8 off,
icn 9 off,
icn 10 off,
icn 11 off;
imports_start
wild_card_is "*";
drag_to icn 3 inserts icn 3 separator_is " ";
drag_to any inserts icn 3 separator_is " ";
drag_to iconbar inserts icn 3;
imports_end
dbox_end
menu_start
"cpp only" maps_to "-noasm";
"Add CR" maps_to "-crlf";
"Page length" maps_to "-p" sub_menu " Form feed: " 8 prefix_by " ";
defaults
menu 1 off,
menu 2 off,
menu 3 on sub_menu "50";
menu_end
#deselections_start
# icn 6 deselects icn 7, icn 8, icn 9;
# icn 7 deselects icn 6, icn 8, icn 9;
# icn 8 deselects icn 6, icn 7, icn 9;
# icn 9 deselects icn 6, icn 7, icn 8;
#deselections_end
exclusions_start
# icn 6 excludes menu 2;
# icn 6 excludes menu 3;
# icn 6 excludes icn 9;
# icn 7 excludes menu 1;
# icn 8 excludes menu 2;
# icn 9 excludes menu 3;
exclusions_end
#make_excludes icn 3, menu 8;
#order_is icn3, icn 6, icn 7, icn 8, icn 9, output;